-
Home
-
LND For WP
-
0.1.2 (latest)
-
Code
-
Classes
- GenericGFPoly
Total Complexity |
53 |
Dependencies |
6 |
Dependents |
2 |
Total lines |
240 |
Lines of code |
189 |
Logical lines of code |
120 |
Comment lines |
26 |
Methods |
12 |
Properties |
2 |
Methods 12
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
toString() |
A |
48 |
11 |
36 |
__construct() |
S |
53 |
7 |
25 |
multiply() |
S |
52 |
7 |
24 |
addOrSubtract() |
S |
52 |
6 |
25 |
divide() |
S |
53 |
5 |
21 |
evaluateAt() |
S |
56 |
5 |
18 |
multiply_() |
S |
59 |
4 |
14 |
multiplyByMonomial() |
S |
59 |
4 |
14 |
getCoefficients() |
S |
83 |
1 |
3 |
getDegree() |
S |
80 |
1 |
3 |
isZero() |
S |
80 |
1 |
3 |
getCoefficient() |
S |
79 |
1 |
3 |